home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_perl.idb / usr / freeware / catman / p_man / cat3 / File::Spec::Unix.Z / File::Spec::Unix
Encoding:
Text File  |  1998-10-28  |  2.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      FFFFiiiilllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((33332222))))3333////JJJJuuuullll////99998888    ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 0000FFFF2222iiii))))lllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       File::Spec::Unix - methods used by File::Spec
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       require File::Spec::Unix;
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.       Methods for manipulating file    specifications.
  16.  
  17.      MMMMEEEETTTTHHHHOOOODDDDSSSS
  18.       canonpath
  19.         No physical    check on the filesystem, but a logical cleanup
  20.         of a path. On UNIX eliminated successive slashes and
  21.         successive "/.".
  22.  
  23.       catdir
  24.         Concatenate    two or more directory names to form a complete
  25.         path ending    with a directory. But remove the trailing
  26.         slash from the resulting string, because it    doesn't    look
  27.         good, isn't    necessary and confuses OS2. Of course, if this
  28.         is the root    directory, don't cut off the trailing slash
  29.         :-)
  30.  
  31.       catfile
  32.         Concatenate    one or more directory names and    a filename to
  33.         form a complete path ending    with a filename
  34.  
  35.       curdir
  36.         Returns a string representing of the current directory.
  37.         "."    on UNIX.
  38.  
  39.       rootdir
  40.         Returns a string representing of the root directory.  "/"
  41.         on UNIX.
  42.  
  43.       updir
  44.         Returns a string representing of the parent    directory.
  45.         ".." on UNIX.
  46.  
  47.       no_upwards
  48.         Given a list of file names,    strip out those    that refer to
  49.         a parent directory.    (Does not strip    symlinks, only '.',
  50.         '..', and equivalents.)
  51.  
  52.       file_name_is_absolute
  53.         Takes as argument a    path and returns true, if it is    an
  54.         absolute path.
  55.  
  56.       path
  57.         Takes no argument, returns the environment variable    PATH
  58.         as an array.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 10/23/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      FFFFiiiilllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((33332222))))3333////JJJJuuuullll////99998888    ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 0000FFFF2222iiii))))lllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((3333))))
  71.  
  72.  
  73.  
  74.       join
  75.         join is the    same as    catfile.
  76.  
  77.       nativename
  78.         TBW.
  79.  
  80.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  81.       the _F_i_l_e::_S_p_e_c manpage
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 10/23/98)
  130.  
  131.  
  132.  
  133.